An email attachment is a computer file sent along with an Email. One or more files can be attached to any email message, and be sent along with it to the recipient. This is typically used as a simple method to share documents and images.
The COMSYS/MSGDMS system at MIT offered "Enclosures" beginning by 1976. "Jack Haverty, email to Header-People, 8 November 1976" "Feinler, Vittal: Email Innovation Timeline, 1 July 2022" Users inside COMSYS could receive the enclosure file directly. Messages sent to users out of the COMSYS world sent the enclosure as part of the message body, which was useful only for text files.
Attaching non-text files was first accomplished in 1980 by manually encoding 8-bit files using Mary Ann Horton's uuencode, and later using BinHex or xxencode "How do I use UUencode/BinHex/MIME support?", winzip.com. and pasting the resulting text into the body of the message. When the "Attachment" user interface first appeared on PCs in around 1985, it used the uuencode format for SMTP transmission, as did Microsoft Mail later.
Modern email systems use the MIME standard, making email attachments more utilitarian and seamless. This was developed by Nathaniel Borenstein and collaborator Ned Freed, Father of the email attachment, Patrick Kingsley, The Guardian, 26 March 2012 "The MIME guys: How two Internet gurus changed e-mail forever " , February 01, 2011, Jon Brodkin, Network World with the standard being officially released as RFC2045 in 1996.
With MIME, a message and all its attachments are encapsulated in a single multipart message, with base64 encoding used to convert binary into 7-bit ASCII text; or, on some modern mail servers, optionally full 8-bit support via the 8BITMIME extension.
This is because of a number of potential limits:
The result is that while large attachments may succeed internally within a company or organization, they may not when sending across the Internet.
As an example, when Google's Gmail service increased its arbitrary limit to 25MB it warned that: " you may not be able to send larger attachments to contacts who use other email services with smaller attachment limits". "Google updates file size limits for Gmail and YouTube", geek.com . "Maximum attachment size", mail.google,com.
Also note that all these size limits are based, not on the original file size, but the MIME-encoded copy. The common Base64 encoding adds about 37% to the original file size, meaning that an original 20MB file could exceed a 25MB file attachment limit. A 10MB email size limit would require that the size of the attachment files is actually limited to about 7MB.
Users should be cautious with certain file formats when received as email attachments, such as .zip and .tgz files, because they can contain harmful viruses and potential software. .iso files can also be used to spread malware and .exe is an executable file that can become active on a computer as soon as it is opened.
Since the ILOVEYOU and Anna Kournikova Computer worm of 2000 and 2001, email systems have increasingly added layers of protection to prevent potential malware. Now, many block certain types of attachments. "Some file types are blocked", mail.google.com. "You may receive an "Outlook blocked access to the following potentially unsafe attachments" message in Outlook", microsoft.com.
|
|